home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hráč 1999 January
/
Hrac_26_1999-01_cd3.bin
/
Demos
/
Heavy Gear 2
/
hg2demo.exe
/
data
/
hg2net.ini
< prev
next >
Wrap
INI File
|
1998-05-08
|
980b
|
23 lines
[debug]
;pktloss=00 ; Set to 0 normally, to 20 to simulate internet on LAN
;bitsPerSec=28800; Set to 0 normally; Simulated modem speed, bits per second
;backbone_ms=50 ; Set to 0 normally; Simulated inter-isp latency, milliseconds
; Which message types will we write?
All=1 ; All
Warning=1 ; Those starting with "WARNING: "
OnceWarning=0 ; All, once we've had "WARNING: "
Error=1 ; Those starting with "ERROR: "
OnceError=0 ; All, once we've had "ERROR: "
At=0 ; Those starting with the '@' character
DumpBuffer=0 ; All DUMP_BUFFER and DUMP_COMM_PACKET
IfEnabled=0 ; All, while debugPrintingEnabled is true
; Where will we write them? Choose EXACTLY one.
ToNull=0 ; Nowhere
ToStdout=0 ; To standard out
ToMono=0 ; To monochrome monitor
ToLog=1 ; To log file; may lose data if we crash
ToALog=0 ; To log file atomically
ToALogScr=0 ; To log file atomically; errors to screen
Logfile=dp.log ; Debugging log file name